From: Ori Livneh Date: Sun, 31 May 2015 22:16:11 +0000 (-0700) Subject: Whitespace fix for RELEASE-NOTES-1.26 X-Git-Tag: 1.31.0-rc.0~11241 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=54ed5d209661c34a5af0087ab30fcd4916a3aa76;p=lhc%2Fweb%2Fwiklou.git Whitespace fix for RELEASE-NOTES-1.26 Change-Id: I23a02f465b20117a1855e2a0881fc3bdf1e9ab14 --- diff --git a/RELEASE-NOTES-1.26 b/RELEASE-NOTES-1.26 index 588dc5614b..64261a4a11 100644 --- a/RELEASE-NOTES-1.26 +++ b/RELEASE-NOTES-1.26 @@ -44,15 +44,15 @@ changes to languages because of Bugzilla reports. * Added PageHistoryPager::doBatchLookups hook. * Added ParserCacheSaveComplete to ParserCache * supportsDirectEditing and supportsDirectApiEditing methods added to -ContentHandler, to provide a way for ApiEditPage and EditPage to check -if direct editing of content is allowed. These methods return false, -by default for the ContentHandler base class and true for TextContentHandler -and it's derivative classes (everything in core). For Content types that -do not support direct editing, an alternative mechanism should be provided -for editing, such as action overrides or specific api modules. + ContentHandler, to provide a way for ApiEditPage and EditPage to check + if direct editing of content is allowed. These methods return false, + by default for the ContentHandler base class and true for TextContentHandler + and it's derivative classes (everything in core). For Content types that + do not support direct editing, an alternative mechanism should be provided + for editing, such as action overrides or specific api modules. * mediaWiki.confirmCloseWindow now returns an object of functions, instead of -one function. The callback can't be called directly any more. The callback function -is replaced with confirmCloseWindow.release(). + one function. The callback can't be called directly any more. The callback + function is replaced with confirmCloseWindow.release(). * Removed maintenance script deleteImageMemcached.php. == Compatibility ==